home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / party / yokoaga.lha / yoko / Yoko Install < prev    next >
Text File  |  1996-04-20  |  313b  |  19 lines

  1.  
  2. echo "Installing the stuff..."
  3. wait 2
  4. if exists sys:libs/inovamusic.library
  5. echo "inovamusic.library is already there!"
  6. wait 3
  7. else
  8. copy ram:Yoko/libs/inovamusic.library to sys:libs/
  9. endif
  10. if exists sys:c/mouseop
  11. echo "mouseop is already there!"
  12. wait 3
  13. else
  14. copy ram:Yoko/c/mouseop to sys:c/
  15. endif
  16. echo "fini"
  17.  
  18.  
  19.